home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / satellit / pg920225 / readme.pg < prev   
Text File  |  1992-02-25  |  768b  |  24 lines

  1. This is a new stripped down version of PG. It responds only to the
  2. U and Q keys. You can now run PG with these two commands on the 
  3. DOS command line, and have automatic uploading. E.g -
  4.  
  5. pg -u -q
  6.  
  7. This will upload all .out files in your directory, and then exit back
  8. to DOS. This can go in your batch file before running pb. The following
  9. batch file suggestion uses the postpass.bat file created by PB to
  10. automatically handle any downloaded messages.
  11.  
  12. pg -u -q
  13. pb
  14. call postpass.bat
  15. del postpass.old
  16. ren postpass.bat postpass.old
  17.  
  18. This should allow very flexible operations. The only pitfall is that
  19. if PG does not successfully upload your messages, it will not exit,
  20. and it will effectively be trapped until the next pass. More next time.
  21.  
  22. JWW
  23.  
  24.